home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / bailer.swf / scripts / DefineSprite_229 / frame_1 / DoAction.as
Text File  |  2013-04-24  |  113b  |  6 lines

  1. this.onEnterFrame = function()
  2. {
  3.    _parent.fno = this._currentframe;
  4. };
  5. this.gotoAndPlay(_parent.fno + 1);
  6.